runtime.maybeTraceableChan.get (method)
12 uses
runtime (current package)
mgc.go#L1200: if isMarkedOrNotInHeap(unsafe.Pointer(sg.c.get())) {
proc.go#L542: if s.c.get() != nil {
runtime2.go#L392: func (p *maybeTraceableChan) get() *hchan {
select.go#L86: if sg.c.get() != lastc && lastc != nil {
select.go#L95: lastc = sg.c.get()
stack.go#L838: p := sg.elem.uintptr() + uintptr(sg.c.get().elemsize)
stack.go#L857: if sg.c.get() != lastc {
stack.go#L867: lockWithRank(&sg.c.get().lock, lockRankHchanLeaf)
stack.go#L869: lastc = sg.c.get()
stack.go#L889: if sg.c.get() != lastc {
stack.go#L890: unlock(&sg.c.get().lock)
stack.go#L892: lastc = sg.c.get()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)